Wiki

Clone wiki

inf225public / glossary / Object-oriented programming

[Alphabetical Index | Tag Index]

Object-oriented programming*

A programming paradigm based on modelling interactions between objects. Objects have fields and methods and encapsulate state. Provides data abstraction, and usually supports Inheritance, Dynamic dispatch and subtype subtype polymorphism.

[Wikipedia]

Updated